/* Home Banne Css Start */
section.heroBanner {
    width: 100%;
    /* min-height: 550px;
    background-size: cover; */
    /* padding: 80px 0; */
    /* display: flex;
    align-items: center; */
}

body .bx-wrapper {
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin: 0;
}

.bannerSliderItem {
    /* min-height: 550px; */
    /* padding: 80px 0; */
    background-size: cover;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.owl-carousel .owl-item .bannerColImage img {
    display: unset;
    width: auto;
}

body .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
}

body .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 20px 0;
    text-align: center;
    width:20px;
}

body .owl-theme .owl-dots .owl-dot span {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url(../images/Ellipse\ 28.png);
    background-repeat: no-repeat;
    background-position: center center;
}

body .owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    background-image: url(../images/dot-active.svg);
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.bx-controls-direction {
    display: none;
}

section.heroBanner .siteContainer {
    width: 100%;
}


.bannerRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
}

.bannerColText {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 135px;
}

.bannerColImage {
    width: 50%;
    min-height: 550px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.bannerText p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.bannerText h1 {
    color: #000;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 50px;
    max-width: 340px;
    animation: zoom-in-zoom-out 1s ease-out;
    -webkit-animation: zoom-in-zoom-out 1s ease-out;
}

section.counterSection {
    padding: 80px 0 0;
}

.counterRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.counterCol {
    width: 25%;
    padding: 0 15px;
}

.counterCard {
    background-color: #F5F5F5;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.counterCard h5 {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    max-width: 145px;
    min-height: 44px;
    margin: 20px auto 0;
}

.counterCard h4,
.counterCard h4 span {
    color: var(--Primary-Color, #5F2D25);
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

section.aboutSection {
    padding: 120px 0;
}

.aboutUsRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutLeftCol {
    width: 47.27%;
}

.aboutLeftCol img {
    max-width: 100%;
    animation: rotateAnimation 2s linear ;
    -webkit-animation: rotateAnimation 2s linear ;
}


section.aboutSection:hover .aboutLeftCol img {
    transform: rotate(360deg);
    transition: 2s;
}

.aboutRightCol {
    width: 52.73%;
    padding-left: 50px;
}

section.aboutSection .sectionHeading {
    text-align: left;
    margin: 0;
}

.sectionHeading {
    text-align: center;
    margin-bottom: 50px;
}

.sectionHeading p {
    color: var(--Primary-Color, #5F2D25);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sectionHeading h2 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0;
}

.aboutRightCol>p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.aboutRightCol ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.aboutRightCol ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.aboutRightCol ul li img {
    margin-right: 12px;
}

.readMoreBtn {
    margin-top: 30px;
}

section.bakeryProductSection {
    padding: 120px 0;
    background-color: #FFD58D;
}

section.bakeryProductSection .sectionHeading {
    max-width: 458px;
    margin: 0 auto 50px;
}

.bakeryProductRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bakeryProductCol {
    width: 25%;
    padding: 0 15px;
}

.bakeryProductCard,.socialMediaCard{position: relative;}

.bakeryProductOverlay,.socialMediaOverlay {
    position: absolute;
    text-align: center;
    padding: 20px;
    width: 100%;
    left: 0;
    bottom:0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 0;
    -ms-transition: all 0.3s linear;
}

.socialMediaOverlay{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
  .bakeryProductCard:hover .bakeryProductOverlay,.socialMediaCard:hover .socialMediaOverlay{
    opacity: 1;
    height: 100%;
  }

  .bakeryOverlayInner h6 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-transform: capitalize;
}

.bakeryProductCard img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

section.popularBrandSection {
    padding-top: 120px;
}

.brandLogoContainer {
    background: rgba(234, 166, 54, 0.70);
    padding: 50px 0;
}

.owl-item {
    text-align: center;
}

.brandLogoContainer .owl-carousel .owl-item img {
    width: auto;
    display: unset;
    height: 100px;
}



section.socialMediaSection {
    padding: 120px 0;
}

.socialMediaRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.socialMediaCol {
    width: 25%;
    padding: 0 10px;
}

.socialMediaCard img {
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slide-left {
    animation: 3s slide-left;
  }
  @keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
  }

@keyframes rotateAnimation {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
   }